html {
	/*font-family:"PT Sans", "Arial", "Helvetica", sans-serif;	*/
	font-family: "Helvetica";
	
/*	color:#800020;*/

	/* Prevent Text Selection & therefore copying */ 
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}




body {
    /*margin: 1em;*/
	/*opacity: 0;*/    /* KEEP!*/

}
	

/* Fitting to screen */


.fit_to_screen {											
	max-height: calc(100% - 127px);
	min-height: calc(100% - 127px);
    overflow: auto;
}

.fit_to_screen_with_tab {											
	max-height: calc(100% - 180px);
	min-height: calc(100% - 180px);
    overflow: auto;
}

.fit_to_screen_lineups {											
	max-height: calc(100% - 205px);
	min-height: calc(100% - 205px);
    overflow: auto;
}

.fit_to_screen_matchday {											
	max-height: calc(100% - 252px);
	min-height: calc(100% - 252px);
    overflow: auto;
}

.fit_to_screen_season_programmes {											
	max-height: calc(100% - 275px);
	min-height: calc(100% - 275px);
    overflow: auto;
}

.fit_to_screen_records {											
	max-height: calc(100% - 250px);
	min-height: calc(100% - 250px);
    overflow: auto;
}

.fit_to_screen_competitions {											
	max-height: calc(100% - 190px);
	min-height: calc(100% - 190px);
    overflow: auto;
}

.fit_to_screen_kits {											
	max-height: calc(100% - 160px);
	min-height: calc(100% - 160px);
    overflow: auto;
}

.fit_to_screen_club {											
	max-height: calc(100% - 235px);
	min-height: calc(100% - 235px);
    overflow: auto;
}

.fit_to_screen_club_programmes {											
	max-height: calc(100% - 340px);
	min-height: calc(100% - 340px);
    overflow: auto;
}

.fit_to_screen_clubs {											
	max-height: calc(100% - 165px);
	min-height: calc(100% - 165px);
    overflow: auto;
}


/* menu spacing */


.dropdown-menu {
	font-size: 75%;
}

.dropdown-item {
	padding-top: 0px;
	padding-bottom: 0.1em;
}

.dropdown-item.last-item {
	padding-bottom: 0.5em;
}
